home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TTEMPLATES / TTEMPLATES.txt < prev   
Encoding:
Text File  |  1997-04-15  |  20.1 KB  |  614 lines

  1. object Templates: TTemplates
  2.   Left = 42
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add a New Address Template'
  6.   ClientHeight = 363
  7.   ClientWidth = 423
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 328
  19.     Top = 328
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object S_on: TImage
  45.     Left = 8
  46.     Top = 328
  47.     Width = 20
  48.     Height = 20
  49.     AutoSize = True
  50.     Picture.Data = {<image000.bmp>}
  51.     Visible = False
  52.   end
  53.   object S_off: TImage
  54.     Left = 8
  55.     Top = 344
  56.     Width = 20
  57.     Height = 20
  58.     AutoSize = True
  59.     Picture.Data = {<image001.bmp>}
  60.     Visible = False
  61.   end
  62.   object Button1: TButton
  63.     Left = 48
  64.     Top = 328
  65.     Width = 88
  66.     Height = 30
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 0
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 141
  75.     Top = 328
  76.     Width = 88
  77.     Height = 30
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 1
  82.   end
  83.   object Button4: TButton
  84.     Left = 235
  85.     Top = 328
  86.     Width = 88
  87.     Height = 30
  88.     Caption = '&Default'
  89.     TabOrder = 2
  90.     OnClick = Button4Click
  91.   end
  92.   object Tabs: TTabbedNotebook
  93.     Left = 8
  94.     Top = 7
  95.     Width = 409
  96.     Height = 314
  97.     TabFont.Color = clBtnText
  98.     TabFont.Height = -13
  99.     TabFont.Name = 'MS Sans Serif'
  100.     TabFont.Style = []
  101.     TabOrder = 3
  102.     object TTabPage
  103.       Left = 4
  104.       Top = 27
  105.       Caption = '&Template'
  106.       object GroupBox1: TGroupBox
  107.         Left = 14
  108.         Top = 8
  109.         Width = 377
  110.         Height = 57
  111.         Caption = 'Template &Name'
  112.         TabOrder = 0
  113.         object Edit1: TEdit
  114.           Left = 16
  115.           Top = 23
  116.           Width = 353
  117.           Height = 24
  118.           Font.Color = clWindowText
  119.           Font.Height = -13
  120.           Font.Name = 'MS Sans Serif'
  121.           Font.Style = []
  122.           ParentFont = False
  123.           TabOrder = 0
  124.           Text = 'Edit1'
  125.         end
  126.       end
  127.       object GroupBox2: TGroupBox
  128.         Left = 14
  129.         Top = 72
  130.         Width = 377
  131.         Height = 81
  132.         Caption = 'Template &Options'
  133.         TabOrder = 1
  134.         object Image: TImage
  135.           Left = 16
  136.           Top = 22
  137.           Width = 14
  138.           Height = 14
  139.           AutoSize = True
  140.           Picture.Data = {<image002.bmp>}
  141.         end
  142.         object Image1: TImage
  143.           Left = 16
  144.           Top = 47
  145.           Width = 16
  146.           Height = 14
  147.           AutoSize = True
  148.           Picture.Data = {<image003.bmp>}
  149.         end
  150.         object MakeBase: TCheckBox
  151.           Left = 37
  152.           Top = 46
  153.           Width = 265
  154.           Height = 17
  155.           Caption = ' &Base New Templates on this Template'
  156.           TabOrder = 1
  157.         end
  158.         object MakeDefault: TCheckBox
  159.           Left = 37
  160.           Top = 21
  161.           Width = 264
  162.           Height = 17
  163.           Caption = ' &Include Template for New Entries'
  164.           TabOrder = 0
  165.         end
  166.       end
  167.       object Format: TGroupBox
  168.         Left = 16
  169.         Top = 160
  170.         Width = 377
  171.         Height = 113
  172.         Caption = 'Address Format:'
  173.         TabOrder = 2
  174.         object FormatBox: TComboBox
  175.           Left = 16
  176.           Top = 24
  177.           Width = 349
  178.           Height = 24
  179.           Style = csDropDownList
  180.           Font.Color = clWindowText
  181.           Font.Height = -13
  182.           Font.Name = 'MS Sans Serif'
  183.           Font.Style = []
  184.           ItemHeight = 16
  185.           ParentFont = False
  186.           TabOrder = 0
  187.           OnChange = FormatBoxChange
  188.         end
  189.         object CityField: TCheckBox
  190.           Left = 16
  191.           Top = 56
  192.           Width = 345
  193.           Height = 17
  194.           Caption = 'Add a comma ( , ) after &City Field when Printing'
  195.           TabOrder = 1
  196.         end
  197.         object StateField: TCheckBox
  198.           Left = 16
  199.           Top = 80
  200.           Width = 345
  201.           Height = 17
  202.           Caption = 'Add a comma ( , ) after &State Field when Printing'
  203.           TabOrder = 2
  204.         end
  205.       end
  206.     end
  207.     object TTabPage
  208.       Left = 4
  209.       Top = 27
  210.       Caption = '&Field Definitions'
  211.       object GroupBox3: TGroupBox
  212.         Left = 14
  213.         Top = 8
  214.         Width = 377
  215.         Height = 265
  216.         Caption = 'Template Field Definitions'
  217.         TabOrder = 0
  218.         object S_Position: TBitBtn
  219.           Left = 15
  220.           Top = 25
  221.           Width = 28
  222.           Height = 25
  223.           Hint = 'Toggles the Displaying of this Field|'
  224.           ParentShowHint = False
  225.           ShowHint = True
  226.           TabOrder = 0
  227.           OnClick = S_PositionClick
  228.           NumGlyphs = 2
  229.         end
  230.         object S_Company: TBitBtn
  231.           Left = 15
  232.           Top = 60
  233.           Width = 28
  234.           Height = 25
  235.           Hint = 'Toggles the Displaying of this Field|'
  236.           ParentShowHint = False
  237.           ShowHint = True
  238.           TabOrder = 2
  239.           OnClick = S_PositionClick
  240.           NumGlyphs = 2
  241.         end
  242.         object S_Address: TBitBtn
  243.           Left = 15
  244.           Top = 94
  245.           Width = 28
  246.           Height = 25
  247.           Hint = 'Toggles the Displaying of this Field|'
  248.           ParentShowHint = False
  249.           ShowHint = True
  250.           TabOrder = 4
  251.           OnClick = S_PositionClick
  252.           NumGlyphs = 2
  253.         end
  254.         object S_Phone1: TBitBtn
  255.           Left = 15
  256.           Top = 133
  257.           Width = 28
  258.           Height = 25
  259.           Hint = 'Toggles the Displaying of this Field|'
  260.           ParentShowHint = False
  261.           ShowHint = True
  262.           TabOrder = 6
  263.           OnClick = S_PositionClick
  264.           NumGlyphs = 2
  265.         end
  266.         object S_Phone2: TBitBtn
  267.           Left = 15
  268.           Top = 165
  269.           Width = 28
  270.           Height = 25
  271.           Hint = 'Toggles the Displaying of this Field|'
  272.           ParentShowHint = False
  273.           ShowHint = True
  274.           TabOrder = 9
  275.           OnClick = S_PositionClick
  276.           NumGlyphs = 2
  277.         end
  278.         object S_Phone3: TBitBtn
  279.           Left = 15
  280.           Top = 197
  281.           Width = 28
  282.           Height = 25
  283.           Hint = 'Toggles the Displaying of this Field|'
  284.           ParentShowHint = False
  285.           ShowHint = True
  286.           TabOrder = 12
  287.           OnClick = S_PositionClick
  288.           NumGlyphs = 2
  289.         end
  290.         object S_Phone4: TBitBtn
  291.           Left = 15
  292.           Top = 229
  293.           Width = 28
  294.           Height = 25
  295.           Hint = 'Toggles the Displaying of this Field|'
  296.           ParentShowHint = False
  297.           ShowHint = True
  298.           TabOrder = 15
  299.           OnClick = S_PositionClick
  300.           NumGlyphs = 2
  301.         end
  302.         object F_Phone4: TEdit
  303.           Left = 47
  304.           Top = 230
  305.           Width = 280
  306.           Height = 24
  307.           Font.Color = clWindowText
  308.           Font.Height = -13
  309.           Font.Name = 'MS Sans Serif'
  310.           Font.Style = []
  311.           MaxLength = 255
  312.           ParentFont = False
  313.           TabOrder = 16
  314.           Text = 'F_Phone4'
  315.         end
  316.         object F_Phone3: TEdit
  317.           Left = 47
  318.           Top = 198
  319.           Width = 280
  320.           Height = 24
  321.           Font.Color = clWindowText
  322.           Font.Height = -13
  323.           Font.Name = 'MS Sans Serif'
  324.           Font.Style = []
  325.           MaxLength = 255
  326.           ParentFont = False
  327.           TabOrder = 13
  328.           Text = 'F_Phone3'
  329.         end
  330.         object F_Phone2: TEdit
  331.           Left = 47
  332.           Top = 166
  333.           Width = 280
  334.           Height = 24
  335.           Font.Color = clWindowText
  336.           Font.Height = -13
  337.           Font.Name = 'MS Sans Serif'
  338.           Font.Style = []
  339.           MaxLength = 255
  340.           ParentFont = False
  341.           TabOrder = 10
  342.           Text = 'F_Phone2'
  343.         end
  344.         object F_Phone1: TEdit
  345.           Left = 47
  346.           Top = 134
  347.           Width = 280
  348.           Height = 24
  349.           Font.Color = clWindowText
  350.           Font.Height = -13
  351.           Font.Name = 'MS Sans Serif'
  352.           Font.Style = []
  353.           MaxLength = 255
  354.           ParentFont = False
  355.           TabOrder = 7
  356.           Text = 'F_Phone1'
  357.         end
  358.         object F_Address: TEdit
  359.           Left = 47
  360.           Top = 95
  361.           Width = 313
  362.           Height = 24
  363.           AutoSize = False
  364.           Font.Color = clWindowText
  365.           Font.Height = -13
  366.           Font.Name = 'MS Sans Serif'
  367.           Font.Style = []
  368.           MaxLength = 255
  369.           ParentFont = False
  370.           TabOrder = 5
  371.           Text = 'F_Address'
  372.         end
  373.         object F_Company: TEdit
  374.           Left = 47
  375.           Top = 61
  376.           Width = 313
  377.           Height = 24
  378.           Font.Color = clWindowText
  379.           Font.Height = -13
  380.           Font.Name = 'MS Sans Serif'
  381.           Font.Style = []
  382.           MaxLength = 255
  383.           ParentFont = False
  384.           TabOrder = 3
  385.           Text = 'F_Company'
  386.         end
  387.         object F_Position: TEdit
  388.           Left = 47
  389.           Top = 26
  390.           Width = 313
  391.           Height = 24
  392.           Font.Color = clWindowText
  393.           Font.Height = -13
  394.           Font.Name = 'MS Sans Serif'
  395.           Font.Style = []
  396.           MaxLength = 255
  397.           ParentFont = False
  398.           TabOrder = 1
  399.           Text = 'F_Position'
  400.         end
  401.         object B_Phone1: TBitBtn
  402.           Left = 332
  403.           Top = 133
  404.           Width = 28
  405.           Height = 25
  406.           Hint = 'Toggles the Displaying of the Dial Button|'
  407.           ParentShowHint = False
  408.           ShowHint = True
  409.           TabOrder = 8
  410.           OnClick = B_Phone1Click
  411.           NumGlyphs = 2
  412.         end
  413.         object B_Phone2: TBitBtn
  414.           Left = 332
  415.           Top = 165
  416.           Width = 28
  417.           Height = 25
  418.           Hint = 'Toggles the Displaying of the Dial Button|'
  419.           ParentShowHint = False
  420.           ShowHint = True
  421.           TabOrder = 11
  422.           OnClick = B_Phone1Click
  423.           NumGlyphs = 2
  424.         end
  425.         object B_Phone3: TBitBtn
  426.           Left = 332
  427.           Top = 197
  428.           Width = 28
  429.           Height = 25
  430.           Hint = 'Toggles the Displaying of the Dial Button|'
  431.           ParentShowHint = False
  432.           ShowHint = True
  433.           TabOrder = 14
  434.           OnClick = B_Phone1Click
  435.           NumGlyphs = 2
  436.         end
  437.         object B_Phone4: TBitBtn
  438.           Left = 332
  439.           Top = 229
  440.           Width = 28
  441.           Height = 25
  442.           Hint = 'Toggles the Displaying of the Dial Button|'
  443.           ParentShowHint = False
  444.           ShowHint = True
  445.           TabOrder = 17
  446.           OnClick = B_Phone1Click
  447.           NumGlyphs = 2
  448.         end
  449.       end
  450.     end
  451.   end
  452.   object ODSHelp1: TODSHelp
  453.     HelpText.Strings = (
  454.       'B_Phone1'
  455.       'B_Phone2'
  456.       'B_Phone3'
  457.       'B_Phone4'
  458.       'Button1'
  459.       'Button2'
  460.       'Button4'
  461.       'CityField'
  462.       'Edit1'
  463.       'F_Address'
  464.       'F_Company'
  465.       'F_Phone1'
  466.       'F_Phone2'
  467.       'F_Phone3'
  468.       'F_Phone4'
  469.       'F_Position'
  470.       'Format'
  471.       'FormatBox'
  472.       'GroupBox1'
  473.       'GroupBox2'
  474.       'GroupBox3'
  475.       'Image'
  476.       'Image1'
  477.       'MakeBase'
  478.       'MakeDefault'
  479.       'ODSHelp1'
  480.       'S_Address'
  481.       'S_Company'
  482.       'S_off'
  483.       'S_on'
  484.       'S_Phone1'
  485.       'S_Phone2'
  486.       'S_Phone3'
  487.       'S_Phone4'
  488.       'S_Position'
  489.       'SpeedButton1'
  490.       'StateField'
  491.       'Tabs')
  492.     HelpText.HelpData = {
  493.       2600010000FE005468697320627574746F6E2073706563696669657320746865
  494.       206669656C6420747970652E20546F206368616E676520746865206669656C64
  495.       20747970652C20636C69636B2074686520627574746F6E20756E74696C207468
  496.       652072657175697265642073796D626F6C2069732073686F776E2E2054686520
  497.       746872656520706F737369626C65206669656C64207479706573206172653A0D
  498.       0A0D0A54656C6570686F6E653A466F722074656C6570686F6E65206E756D6265
  499.       72730D0A456E76656C6F70653A202020466F7220452D4D61696C206164647265
  500.       737365730D0A224161223A20202020202020202020202054657874204669656C
  501.       642E0D0A0001150000000100000B002D3E425F50686F6E653100010000000001
  502.       00000B002D3E425F50686F6E65310001000000000100000B002D3E425F50686F
  503.       6E65310001000000000100002D005468697320627574746F6E2077696C6C2061
  504.       70706C79207468652054656D706C61746520726571756573742E000115000000
  505.       0100002E005468697320627574746F6E2077696C6C2063616E63656C20746865
  506.       2054656D706C61746520726571756573742E0001150000000100006D00546869
  507.       7320627574746F6E2077696C6C207265736574207468652074656D706C617465
  508.       2773204669656C6420646566696E6974696F6E7320616E64206F7074696F6E73
  509.       20746F2074686F736520636F6E7461696E656420696E20746865206261736520
  510.       74656D706C6174652E0001150000000100005C0154686973206F7074696F6E20
  511.       7768656E2073656C65637465642C20696E7374727563747320536D6172742041
  512.       64647265737320746F206175746F6D61746963616C6C7920616464206120636F
  513.       6D6D6120222C22206166746572207468652043697479206669656C6420776865
  514.       6E207072696E74696E67207468652061646472657373206F7220696E73657274
  515.       696E6720697420746F206120576F72642050726F636573736F722E0D0A0D0A49
  516.       66206120636F6D6D6120697320616C72656164792070726573656E7420617420
  517.       74686520656E64206F66207468652043697479206669656C642C207468656E20
  518.       536D61727420416464726573732077696C6C2069676E6F72652074686973206F
  519.       7074696F6E2E0D0A0D0A5468697320666163696C697479206973206F6E6C7920
  520.       617661696C61626C65207768656E2061205553204164647265737320666F726D
  521.       61742069732073656C65637465642E0001150000000100000000010000000001
  522.       0000C9005468657365206669656C647320617265207573656420746F20636F6E
  523.       74726F6C20776861742074657874206973207573656420746F206C6162656C20
  524.       746865206173736F636961746564206669656C642077697468696E2074686520
  525.       416464726573732054656D706C6174652E0D0A0D0A496620796F752077697368
  526.       20746F20616C7465722061206669656C64206C6162656C2C2073696D706C7920
  527.       7479706520746865206E6577206C6162656C20696E2074686520617070726F70
  528.       7269617465206669656C642E0001150000000100000C002D3E465F4164647265
  529.       73730001000000000100000C002D3E465F416464726573730001000000000100
  530.       000C002D3E465F416464726573730001000000000100000C002D3E465F416464
  531.       726573730001000000000100000C002D3E465F41646472657373000100000000
  532.       0100000C002D3E465F416464726573730001000000000100002C025468697320
  533.       6669656C6420616C6C6F77732074686520666F726D6174206F66207468652041
  534.       646472657373204669656C642077697468696E207468652063757272656E7420
  535.       416464726573732054656D706C6174652C20746F2062652063686F73656E2E20
  536.       54686572652061726520766172696F757320666F726D61747320617661696C61
  537.       626C652C2072616E67696E672066726F6D2046726565666F726D207768696368
  538.       20616C6C6F777320756E6C696D69746564206E756D626572206F662061646472
  539.       657373206C696E657320746F206265207573656420746F20636F756E74727920
  540.       737065636966696320666F726D61747320746861742070726573656E74207468
  541.       65204164647265737320696E2061207072652D646566696E656420666F726D61
  542.       742E2049742073686F756C64206265206E6F7465642074686174207768656E20
  543.       7573696E67206120636F756E74727920737065636966696320666F726D61742C
  544.       20746865206669656C64206C6162656C7320757365642077697468696E207468
  545.       697320666F726D61742063616E6E6F7420626520616C74657265642E0D0A0D0A
  546.       546F206368616E67652074686520666F726D617420757365642C2073696D706C
  547.       792073656C6563742074686520726571756972656420666F726D61742066726F
  548.       6D20746865206C697374206F6620666F726D61747320646973706C6179656420
  549.       7768656E20746865202264726F702D646F776E22206172726F7720697320636C
  550.       69636B65642E00011500000001000000000100000000010000CF005468697320
  551.       6669656C6420616C6C6F777320746865206E616D65206F662074686520416464
  552.       726573732054656D706C61746520746F206265207370656369666965642E2045
  553.       6163682074656D706C617465206D7573742068617665206120756E6971756520
  554.       6E616D652C206C656176696E672074686973206669656C6420626C616E6B206F
  555.       72207573696E6720616E206578697374696E67206E616D652077696C6C207265
  556.       73756C7420696E20616E206572726F72206D657373616765206265696E672067
  557.       656E6572617465642E0001150000000100000000010000000001000000000100
  558.       00000001000000000100000000010000000001000000000100007E0141206261
  559.       73652074656D706C617465206973207573656420746F2070726F766964652069
  560.       6E697469616C206669656C6420646566696E6974696F6E7320616E64206C6162
  561.       656C73207768656E206372656174696E672061206E65772074656D706C617465
  562.       2E20496E206F7468657220776F7264732C20746865206E65772074656D706C61
  563.       74652069732022626173656422206F6E2074686520626173652074656D706C61
  564.       74652E0D0A0D0A54686973206F7074696F6E20656E61626C6573207468697320
  565.       54656D706C61746520746F206265206D61726B6564206173206265696E672074
  566.       686520626173652074656D706C6174652E204173206F6E6C79206F6E65206261
  567.       73652074656D706C617465206D61792062652073656C65637465642061742061
  568.       6E79206F6E652074696D652C2073656C656374696E672074686973206F707469
  569.       6F6E2077696C6C2072656D6F766520746865206F7074696F6E2066726F6D2074
  570.       68652063757272656E7420626173652074656D706C6174652E00011500000001
  571.       0000C90054686973206F7074696F6E20656E61626C6573207468652054656D70
  572.       6C61746520746F206265206D61726B656420617320612064656661756C742074
  573.       656D706C6174652069662072657175697265642E205768656E2061206E657720
  574.       656E74727920697320616464656420746F20616E204164647265737320426F6F
  575.       6B2C2074686520656E747279206973206175746F6D61746963616C6C79206769
  576.       76656E20616E7920616464726573732074656D706C61746573206D61726B6564
  577.       2061732064656661756C742E00011500000001000000000100000000010000F1
  578.       00546865736520627574746F6E7320636F6E74726F6C20776865746865722074
  579.       6865206173736F636961746564206669656C6420697320656E61626C65642077
  580.       697468696E2074686520416464726573732054656D706C617465206F72206E6F
  581.       742E0D0A0D0A49662061206669656C6420686173206265656E2064697361626C
  582.       65642C207468656E2074686572652077696C6C2062652061207265642063726F
  583.       7373206F6E2074686520627574746F6E2E20546F2072652D656E61626C656420
  584.       61206669656C642C20636C69636B206F6E2074686520627574746F6E20746F20
  585.       72656D6F7665207468652063726F73732E0001150000000100000C002D3E535F
  586.       4164647265737300010000000001000000000100000000010000000001000000
  587.       000100000C002D3E535F416464726573730001000000000100000C002D3E535F
  588.       416464726573730001000000000100000C002D3E535F41646472657373000100
  589.       0000000100000C002D3E535F416464726573730001000000000100000C002D3E
  590.       535F41646472657373000100000000010000000001000000000100005E015468
  591.       6973206F7074696F6E207768656E2073656C65637465642C20696E7374727563
  592.       747320536D617274204164647265737320746F206175746F6D61746963616C6C
  593.       7920616464206120636F6D6D6120222C22206166746572207468652053746174
  594.       65206669656C64207768656E207072696E74696E672074686520616464726573
  595.       73206F7220696E73657274696E6720697420746F206120576F72642050726F63
  596.       6573736F722E0D0A0D0A4966206120636F6D6D6120697320616C726561647920
  597.       70726573656E742061742074686520656E64206F662074686520537461746520
  598.       6669656C642C207468656E20536D61727420416464726573732077696C6C2069
  599.       676E6F72652074686973206F7074696F6E2E0D0A0D0A5468697320666163696C
  600.       697479206973206F6E6C7920617661696C61626C65207768656E206120555320
  601.       4164647265737320666F726D61742069732073656C65637465642E0001150000
  602.       0001000000000100000000}
  603.     Color = 15269887
  604.     Font.Color = clWindowText
  605.     Font.Height = -11
  606.     Font.Name = 'MS Sans Serif'
  607.     Font.Style = []
  608.     ParentFont = True
  609.     MaxWidth = 300
  610.     MoreText = 'More Information...'
  611.     Left = 312
  612.   end
  613. end
  614.